github.com/gotd/td/telegram/downloader.cdn.windows (field)

8 uses

	github.com/gotd/td/telegram/downloader (current package)
		cdn.go#L54: 	windows     map[int64][]byte
		cdn_verify.go#L29: 	c.windows = nil
		cdn_verify.go#L38: 	data, ok := c.windows[hash.Offset]
		cdn_verify.go#L57: 	if c.windows == nil {
		cdn_verify.go#L58: 		c.windows = make(map[int64][]byte)
		cdn_verify.go#L60: 	if _, ok := c.windows[hash.Offset]; !ok {
		cdn_verify.go#L64: 	c.windows[hash.Offset] = append([]byte(nil), data...)
		cdn_verify.go#L70: 		delete(c.windows, evict)